GET api/Company/GetBilllist?CompanyID={CompanyID}&Billdate={Billdate}
客户端查询业务端账单信息
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CompanyID | 企业编号(CRM中的企业编号) |
Define this parameter in the request URI. |
| Billdate | 期间 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"BillId": "sample string 1",
"CompanyId": 2,
"BillDate": "sample string 3",
"TotalInsurance": 1.0,
"CostFee": 1.0,
"ServiceFees": 1.0,
"AdditionalFees": 1.0,
"TotalExpense": 1.0,
"CG_TYPE": 1,
"CG_Status": "sample string 4",
"U_Name": "sample string 5",
"TESHUBIAOTOU": "sample string 6"
},
{
"BillId": "sample string 1",
"CompanyId": 2,
"BillDate": "sample string 3",
"TotalInsurance": 1.0,
"CostFee": 1.0,
"ServiceFees": 1.0,
"AdditionalFees": 1.0,
"TotalExpense": 1.0,
"CG_TYPE": 1,
"CG_Status": "sample string 4",
"U_Name": "sample string 5",
"TESHUBIAOTOU": "sample string 6"
},
{
"BillId": "sample string 1",
"CompanyId": 2,
"BillDate": "sample string 3",
"TotalInsurance": 1.0,
"CostFee": 1.0,
"ServiceFees": 1.0,
"AdditionalFees": 1.0,
"TotalExpense": 1.0,
"CG_TYPE": 1,
"CG_Status": "sample string 4",
"U_Name": "sample string 5",
"TESHUBIAOTOU": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfBillList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FunWorkAPI.Models">
<BillList>
<AdditionalFees>1</AdditionalFees>
<BillDate>sample string 3</BillDate>
<BillId>sample string 1</BillId>
<CG_Status>sample string 4</CG_Status>
<CG_TYPE>1</CG_TYPE>
<CompanyId>2</CompanyId>
<CostFee>1</CostFee>
<ServiceFees>1</ServiceFees>
<TESHUBIAOTOU>sample string 6</TESHUBIAOTOU>
<TotalExpense>1</TotalExpense>
<TotalInsurance>1</TotalInsurance>
<U_Name>sample string 5</U_Name>
</BillList>
<BillList>
<AdditionalFees>1</AdditionalFees>
<BillDate>sample string 3</BillDate>
<BillId>sample string 1</BillId>
<CG_Status>sample string 4</CG_Status>
<CG_TYPE>1</CG_TYPE>
<CompanyId>2</CompanyId>
<CostFee>1</CostFee>
<ServiceFees>1</ServiceFees>
<TESHUBIAOTOU>sample string 6</TESHUBIAOTOU>
<TotalExpense>1</TotalExpense>
<TotalInsurance>1</TotalInsurance>
<U_Name>sample string 5</U_Name>
</BillList>
<BillList>
<AdditionalFees>1</AdditionalFees>
<BillDate>sample string 3</BillDate>
<BillId>sample string 1</BillId>
<CG_Status>sample string 4</CG_Status>
<CG_TYPE>1</CG_TYPE>
<CompanyId>2</CompanyId>
<CostFee>1</CostFee>
<ServiceFees>1</ServiceFees>
<TESHUBIAOTOU>sample string 6</TESHUBIAOTOU>
<TotalExpense>1</TotalExpense>
<TotalInsurance>1</TotalInsurance>
<U_Name>sample string 5</U_Name>
</BillList>
</ArrayOfBillList>